SQLServer的with(nolock)用法
1. with(nolock)介紹 nolock 是 SQLServer 特有的功能。例如:對於一個表 A,更新了一行,還沒有commit,這時再select * from A 就會死鎖。 用se ...
1. with(nolock)介紹 nolock 是 SQLServer 特有的功能。例如:對於一個表 A,更新了一行,還沒有commit,這時再select * from A 就會死鎖。 用se ...